home *** CD-ROM | disk | FTP | other *** search
- Plot2D = {
- SUPERCLASS = Plot1D;
- };
- Plot1D = {
- OUTLETS = {
- hcntl;
- bkCache;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InspectBase = {
- ACTIONS = {
- windowDidUpdate:;
- };
- OUTLETS = {
- selectedPlot;
- hDraw;
- contentBox;
- graphicView;
- graphic;
- theInspector;
- };
- SUPERCLASS = Object;
- };
- InspectStat = {
- ACTIONS = {
- createImage:;
- create2ndImage:;
- };
- OUTLETS = {
- stat2ndBox;
- statMatrix;
- statBox;
- statRowLabels;
- statHBox;
- stat2ndMatrix;
- };
- SUPERCLASS = InspectBase;
- };
- GraphicView = {
- ACTIONS = {
- takeTextColorFrom:;
- paste:;
- alignToGrid:;
- selectAll:;
- hideGrid:;
- takeGridValueFrom:;
- changeAspectRatio:;
- group:;
- delete:;
- takeLineJoinFrom:;
- takeFrameValueFrom:;
- takeGridGrayFrom:;
- bringToFront:;
- enableGrid:;
- takeLineArrowFrom:;
- setCurrentGraphic:;
- ungroup:;
- takeGrayValueFrom:;
- changeFont:;
- unlock:;
- takeLineWidthFrom:;
- deselectAll:;
- copy:;
- takeLineCapFrom:;
- sizeToGrid:;
- sendToBack:;
- takeFillColorFrom:;
- takeFillValueFrom:;
- takeLineColorFrom:;
- lock:;
- cut:;
- };
- OUTLETS = {
- slist;
- cacheWindow;
- glist;
- };
- SUPERCLASS = View;
- };
- HGraphicView = {
- SUPERCLASS = GraphicView;
- };
-